home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFORMTEEPANEL / TFORMTEEPANEL.txt
Encoding:
Text File  |  2002-03-14  |  4.8 KB  |  253 lines

  1. object FormTeePanel: TFormTeePanel
  2.   Left = 200
  3.   Top = 102
  4.   ActiveControl = BPanelColor
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 224
  8.   ClientWidth = 393
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object L19: TLabel
  19.     Left = 6
  20.     Top = 100
  21.     Width = 31
  22.     Height = 21
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = '&Width:'
  26.     FocusControl = SEPanelBor
  27.   end
  28.   object L2: TLabel
  29.     Left = 94
  30.     Top = 100
  31.     Width = 31
  32.     Height = 21
  33.     Alignment = taRightJustify
  34.     AutoSize = False
  35.     Caption = 'Widt&h:'
  36.     FocusControl = SEPanelWi
  37.   end
  38.   object RGBevelIn: TRadioGroup
  39.     Left = 6
  40.     Top = 4
  41.     Width = 79
  42.     Height = 81
  43.     HelpContext = 101
  44.     Caption = 'Bevel &Inner:'
  45.     Items.Strings = (
  46.       'None'
  47.       'Lowered'
  48.       'Raised')
  49.     TabOrder = 0
  50.     OnClick = RGBevelInClick
  51.   end
  52.   object RGBevelOut: TRadioGroup
  53.     Left = 98
  54.     Top = 4
  55.     Width = 75
  56.     Height = 81
  57.     HelpContext = 102
  58.     Caption = 'Bevel &Outer:'
  59.     Items.Strings = (
  60.       'None'
  61.       'Lowered'
  62.       'Raised')
  63.     TabOrder = 1
  64.     OnClick = RGBevelOutClick
  65.   end
  66.   object BPanelColor: TButton
  67.     Left = 262
  68.     Top = 17
  69.     Width = 83
  70.     Height = 25
  71.     HelpContext = 159
  72.     Caption = '&Panel Color...'
  73.     TabOrder = 2
  74.     OnClick = BPanelColorClick
  75.   end
  76.   object CBPanelBorder: TCheckBox
  77.     Left = 264
  78.     Top = 52
  79.     Width = 55
  80.     Height = 17
  81.     HelpContext = 104
  82.     Caption = '&Border'
  83.     TabOrder = 3
  84.     OnClick = CBPanelBorderClick
  85.   end
  86.   object GB4: TGroupBox
  87.     Left = 196
  88.     Top = 96
  89.     Width = 189
  90.     Height = 121
  91.     HelpContext = 508
  92.     Caption = 'Gradient'
  93.     TabOrder = 4
  94.     object Shape1: TShape
  95.       Left = 66
  96.       Top = 17
  97.       Width = 29
  98.       Height = 25
  99.       OnMouseUp = Shape1MouseUp
  100.     end
  101.     object Shape2: TShape
  102.       Left = 66
  103.       Top = 49
  104.       Width = 29
  105.       Height = 25
  106.       OnMouseUp = Shape2MouseUp
  107.     end
  108.     object Label1: TLabel
  109.       Left = 9
  110.       Top = 92
  111.       Width = 45
  112.       Height = 13
  113.       Caption = '&Direction:'
  114.       FocusControl = ComboBox1
  115.     end
  116.     object CBGradVisible: TCheckBox
  117.       Left = 9
  118.       Top = 20
  119.       Width = 56
  120.       Height = 17
  121.       HelpContext = 678
  122.       Caption = '&Visible'
  123.       TabOrder = 0
  124.       OnClick = CBGradVisibleClick
  125.     end
  126.     object BGradientStart: TButton
  127.       Left = 104
  128.       Top = 17
  129.       Width = 75
  130.       Height = 25
  131.       HelpContext = 439
  132.       Caption = '&Start Color...'
  133.       TabOrder = 1
  134.       OnClick = BGradientStartClick
  135.     end
  136.     object BGradientEnd: TButton
  137.       Left = 104
  138.       Top = 49
  139.       Width = 75
  140.       Height = 25
  141.       HelpContext = 194
  142.       Caption = '&End Color...'
  143.       TabOrder = 2
  144.       OnClick = BGradientEndClick
  145.     end
  146.     object ComboBox1: TComboBox
  147.       Left = 66
  148.       Top = 88
  149.       Width = 113
  150.       Height = 21
  151.       HelpContext = 184
  152.       Style = csDropDownList
  153.       ItemHeight = 13
  154.       Items.Strings = (
  155.         'Top Bottom'
  156.         'Bottom Top'
  157.         'Left Right'
  158.         'Right Left'
  159.         'From Center'
  160.         'From Top Left'
  161.         'From Bottom Left')
  162.       TabOrder = 3
  163.       OnChange = ComboBox1Change
  164.     end
  165.   end
  166.   object GB6: TGroupBox
  167.     Left = 8
  168.     Top = 124
  169.     Width = 165
  170.     Height = 93
  171.     HelpContext = 89
  172.     Caption = 'Back Image'
  173.     TabOrder = 5
  174.     object RGBitmap: TRadioGroup
  175.       Left = 84
  176.       Top = 12
  177.       Width = 73
  178.       Height = 73
  179.       HelpContext = 91
  180.       Caption = 'St&yle'
  181.       ItemIndex = 0
  182.       Items.Strings = (
  183.         'Stretch'
  184.         'Tile'
  185.         'Center')
  186.       TabOrder = 0
  187.       OnClick = RGBitmapClick
  188.     end
  189.     object BBrowseImage: TButton
  190.       Left = 8
  191.       Top = 20
  192.       Width = 69
  193.       Height = 25
  194.       HelpContext = 727
  195.       Caption = 'B&rowse...'
  196.       TabOrder = 1
  197.       OnClick = BBrowseImageClick
  198.     end
  199.     object CBImageInside: TCheckBox
  200.       Left = 12
  201.       Top = 60
  202.       Width = 65
  203.       Height = 17
  204.       HelpContext = 90
  205.       Caption = 'I&nside'
  206.       TabOrder = 2
  207.       OnClick = CBImageInsideClick
  208.     end
  209.   end
  210.   object SEPanelBor: TEdit
  211.     Left = 42
  212.     Top = 95
  213.     Width = 30
  214.     Height = 21
  215.     HelpContext = 103
  216.     TabOrder = 6
  217.     Text = '0'
  218.     OnChange = SEPanelBorChange
  219.   end
  220.   object SEPanelWi: TEdit
  221.     Left = 130
  222.     Top = 95
  223.     Width = 30
  224.     Height = 21
  225.     HelpContext = 105
  226.     TabOrder = 7
  227.     Text = '1'
  228.     OnChange = SEPanelWiChange
  229.   end
  230.   object UDPanelWi: TUpDown
  231.     Left = 160
  232.     Top = 95
  233.     Width = 15
  234.     Height = 21
  235.     Associate = SEPanelWi
  236.     Min = 0
  237.     Position = 1
  238.     TabOrder = 8
  239.     Wrap = False
  240.   end
  241.   object UDPanelBor: TUpDown
  242.     Left = 72
  243.     Top = 95
  244.     Width = 15
  245.     Height = 21
  246.     Associate = SEPanelBor
  247.     Min = 0
  248.     Position = 0
  249.     TabOrder = 9
  250.     Wrap = False
  251.   end
  252. end
  253.